home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / ContractLevel.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  376b

  1. {
  2.     "schema": {
  3.         "LevelId": "Long Integer",
  4.         "Level": "Text (30) NOT NULL",
  5.         "Hide": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "LevelId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "LevelId": 2,
  14.             "Level": "Basic",
  15.             "Hide": 0
  16.         },
  17.         {
  18.             "LevelId": 3,
  19.             "Level": "Warranty",
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "LevelId": 4,
  24.             "Level": "Per Incident",
  25.             "Hide": 0
  26.         },
  27.         {
  28.             "LevelId": 5,
  29.             "Level": "On-Site",
  30.             "Hide": 0
  31.         },
  32.         {
  33.             "LevelId": 6,
  34.             "Level": "Carry-In",
  35.             "Hide": 0
  36.         },
  37.         {
  38.             "LevelId": 7,
  39.             "Level": "Extended",
  40.             "Hide": 0
  41.         }
  42.     ]
  43. }